Stack allocation prototype for C2
Charlie Gracie Charlie.Gracie at microsoft.com
Mon Jun 29 21:05:29 UTC 2020- Previous message (by thread):Running IGV
- Next message (by thread): Stack allocation prototype for C2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi hotspot-compiler-dev community, Here is the prototype code for our work on adding stack allocation to the HotSpot C2 compiler. We are looking for any and all feedback as we hope to move from a prototype to something that could be contributed. A change of this size is difficult to review so we understand the process will be thorough and will take time to complete. Any suggestions on how to allow for collaboration with others, if they wanted to, would also be appreciated (i.e., a repo somewhere). For a quick refresher here is a link to Nikola’s talk at FOSDEM: <a href="https://fosdem.org/2020/schedule/event/reducing_gc_times/">https://fosdem.org/2020/schedule/event/reducing_gc_times/</a> Here is a link to our initial webrev: <a href="//cr.openjdk.java.net/~adityam/charlie/stack_alloc/">http://cr.openjdk.java.net/~adityam/charlie/stack_alloc/</a> Expecting that a change like this will require a JEP, we have prepared a document describing our work based off of the JEP submission form. Our document has a few extra sections at the end discussing areas that we are looking for guidance on and some initial performance results. This document can be found here: <a href="https://github.com/microsoft/openjdk-proposals/blob/master/stack_allocation/Stack_Allocation_JEP.md">https://github.com/microsoft/openjdk-proposals/blob/master/stack_allocation/Stack_Allocation_JEP.md</a> Thanks in advance for reviews, suggestions, concerns, comments and issues. Charlie and Nikola
- Previous message (by thread):Running IGV
- Next message (by thread): Stack allocation prototype for C2
- Messages sorted by: [ date ] [ thread ]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Effective STL中文版
[美] Scott Meyers / 潘爱民、陈铭、邹开红 / 电子工业出版社 / 2013-5 / 59.00元
《Effective STL中文版:50条有效使用STL的经验》是EffectiveC++的第3卷,被评为“值得所有C++程序员阅读的C++书籍之一”。《Effective STL中文版:50条有效使用STL的经验》详细讲述了使用STL的50条指导原则,并提供了透彻的分析和深刻的实例,实用性极强,是C++程序员必备的基础书籍。C++的标准模板库(STL)是革命性的,要用好STL并不容易。《Effe......一起来看看 《Effective STL中文版》 这本书的介绍吧!