<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><base href="x-msg://293/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Yes, this is on the top of my list of things to do.<div>Plus fix some atomics bugs.</div><div>atomics plus cooperative suspend gives us a much better story on locks too.</div><div>We could even have a proper memory model like C++11.</div><div><br></div><div>LLVM would also be great (better even than the C backend) because we’d get some decent optimization passes.</div><div><br></div><div>
<br><div><div>On Sep 14, 2012, at 4:01 AM, Jay K <<a href="mailto:jay.krell@cornell.edu">jay.krell@cornell.edu</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div class="hmmessage" style="font-size: 12pt; font-family: Calibri; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div dir="ltr">friendly reminder/request: I'd like to see the system changed to use cooperative suspend.<div><br></div><div><br></div><div>Combined with a C backend, that would greatly expand portability and remove existing target-dependent code (i.e. already ported) from the system.</div><div><br></div><div><br></div><div>I'm not confident that GetThreadContext works on "wow64".</div><div>It'd fix that.</div><div><br></div><div><br></div><div>We can compute the top/bottom of the stack fairly portably -- address of locals.</div><div>We can capture current context/registers via setjmp.</div></div></div></blockquote><blockquote type="cite"><div class="hmmessage" style="font-size: 12pt; font-family: Calibri; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div dir="ltr"><div>Or maybe getcontext.</div><div>(We should find out about setjmp/longjmp munging -- what gets munged? Everything? Just non-gc-roots? Only after longjmp?)</div><div>Itanium is special -- there is a second stack growing up from the same base.</div><div><br></div><div><br></div><div>I'd like this way more than LLVM.</div></div></div></blockquote><blockquote type="cite"><div class="hmmessage" style="font-size: 12pt; font-family: Calibri; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div dir="ltr"><div><br></div><div><br></div><div>Maybe I can work on. Maybe.</div><div><br></div><div><br></div><div>I believe typical production Java VMs use cooperative suspend.</div><div><br></div><div><br></div><div> - Jay</div></div></div></blockquote></div><br></div></body></html>