当前位置: 技术问答>java相关
谁知道Method-granularity transactions怎么翻译?
来源: 互联网 发布时间:2015-05-28
本文导语: 谁知道Method-granularity transactions怎么翻译? | 可翻译为方法间隔期事务 参考: Mike Azzi: What's the unit of code that you compile at any given time? is it an object, a method in an object, or a block ...
谁知道Method-granularity transactions怎么翻译?
|
可翻译为方法间隔期事务
参考:
Mike Azzi: What's the unit of code that you compile at any given time? is it an object, a method in an object, or a block of code within a method? And where do you save it for later reuse? in main memory? or on disk? Also do you plan on reusing that compiled code between various runs, or do you start from scratch all over again?
Spiff: Well, the method is being called several hundred times, but the method itself runs for a long time (it loops 10^8 times).
turnidge: Mike, Good Question. We compile on a "method granularity". We save the code in memory and do not reuse it on later runs.
Bill.Pataky: Spiff, Send us the benchmark and we'll take a look and give you some definite answers. Send it to hotspot-feedback@Sun.com.
Spiff: Alright, I'll send it over.
Bill.Pataky Thanks, we appreciate it.
turnidge: An amendment -- we compile on a "method granularity" but we do a lot of inlining. So the unit of compilation ends up being a tree of methods rooted at some caller.
参考:
Mike Azzi: What's the unit of code that you compile at any given time? is it an object, a method in an object, or a block of code within a method? And where do you save it for later reuse? in main memory? or on disk? Also do you plan on reusing that compiled code between various runs, or do you start from scratch all over again?
Spiff: Well, the method is being called several hundred times, but the method itself runs for a long time (it loops 10^8 times).
turnidge: Mike, Good Question. We compile on a "method granularity". We save the code in memory and do not reuse it on later runs.
Bill.Pataky: Spiff, Send us the benchmark and we'll take a look and give you some definite answers. Send it to hotspot-feedback@Sun.com.
Spiff: Alright, I'll send it over.
Bill.Pataky Thanks, we appreciate it.
turnidge: An amendment -- we compile on a "method granularity" but we do a lot of inlining. So the unit of compilation ends up being a tree of methods rooted at some caller.
|
方法粒度处理
granularity在计算机里就是翻译成粒度。
granularity在计算机里就是翻译成粒度。
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。