kandeshvari / phantomuserland

Automatically exported from code.google.com/p/phantomuserland
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Support gcc stack check feature? #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
http://www.liveinternet.ru/users/whitewin/post109385474/

Need per-thread segment pointed by GS: to store temp stuff. There are a lot
of other possible uses for such segment, btw. Such as current thread
object's data area copy and fast access fields for bytecode interpreter.

Here goes an idea to use separate segment register to do object stack
access so that segment access failure will be used to extend stack.

Original issue reported on code.google.com by dmitry.zavalishin@gmail.com on 7 Jun 2010 at 11:07

GoogleCodeExporter commented 9 years ago

Original comment by dmitry.zavalishin@gmail.com on 9 Oct 2011 at 8:56

GoogleCodeExporter commented 9 years ago

Original comment by dmitry.zavalishin@gmail.com on 11 Oct 2011 at 8:51