RFR: Some more descriptive names, removed redundant asserts.  Request for comments. [v3]
    Coleen Phillimore 
    coleenp at openjdk.java.net
       
    Wed Apr  6 20:26:09 UTC 2022
    
    
  
On Wed, 6 Apr 2022 00:57:38 GMT, Ron Pressler <rpressler at openjdk.org> wrote:
>> Unrelated to 300 above then?  Seems like we've stack overflow checked for 300 words so that would be a good slop number for both?
>
> It's unrelated. The 300 is just an estimate for the stack size taken by the native code. 500 is just a heuristic of when to thaw one frame or the entire chunk (so refers to Java frames). The function always makes room for the entire chunk.
ok.  I'll try to think of something to say.
-------------
PR: https://git.openjdk.java.net/loom/pull/139
    
    
More information about the loom-dev
mailing list