Microsoft adding stack allocation support for both the JVM and C#

栏目: IT技术 · 发布时间: 3年前

Stack allocation prototype for C2

Charlie Gracie Charlie.Gracie at microsoft.com

Mon Jun 29 21:05:29 UTC 2020
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

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

算法基础

算法基础

[美] 托马斯 H.科尔曼(Thomas H.Cormen) / 王宏志 / 机械工业出版社 / 2015-12 / 59.00

本书介绍了什么是计算机算法,如何描述它们,以及如何来评估它们。这些计算机算法将提供:利用计算机搜索信息的简单方式;解决各种排序问题的方法;利用有向无环图和最短路径法来解决基本问题的方法(可用于建模公路网络,任务间的依赖及金融关系);解决字符串(例如DNA结构)问题的方法;密码学背后的基本原理;数据压缩的基础知识;以及甚至一些没有人能够理解如何在计算机上用相当长的时间来解决的问题。 本书适合作......一起来看看 《算法基础》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

SHA 加密
SHA 加密

SHA 加密工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具