Path: csiph.com!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail From: Jan Burse Newsgroups: comp.lang.java.programmer Subject: Re: Good Fowler article on ORM Date: Sat, 12 May 2012 21:59:34 +0200 Organization: albasani.net Lines: 19 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.albasani.net n8dF6yMfy5Wf82FPFIPRQ/HcbR5W93uOQj8ZBC88IhSZGtEE4dthC+nVMwTwpRP1d4HuMTGpQtVOY1GJAlh74h0PT289YbOO9dsKNnFV8O9F04WIJIM03yi6Gzb1lo9U NNTP-Posting-Date: Sat, 12 May 2012 19:59:34 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="6klyz05F1g3iFc/vDLfWzTln5Osko96uZdZnHm1LP4wyCr2BRtX+Pq2dSAWfDBM/b+xAyEcD2DGW+bQigSeLOf0qT1O+/iL2UHI3gaG/JhgGGd6lzOGD0xgS840SIBBE"; mail-complaints-to="abuse@albasani.net" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:12.0) Gecko/20120429 Firefox/12.0 SeaMonkey/2.9.1 In-Reply-To: Cancel-Lock: sha1:8FKj4bt4zkAEuIHzxvI1wEaDj+M= Xref: csiph.com comp.lang.java.programmer:14494 Jan Burse schrieb: > Without a JIT, direct field access is about 3x faster than invoking a > trivial getter. With the JIT (where direct field access is as cheap as > accessing a local), direct field access is about 7x faster than invoking > a trivial getter. This is true in Froyo, but will improve in the future > when the JIT inlines getter methods." Maybe an updated happened, but I didn't find a notice about it. The last notice I found was: http://android-developers.blogspot.com/2010/05/dalvik-jit.html Which is already 2 years old! The above blog post refers to Android 2.2, which is Froyo. Maybe somehow has found something newer? Bye