Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-29 | erts: Fix global tracing of beam function when called from hipe code | Sverker Eriksson | |
Make hipe to beam calls use export entry. Makes it a lot easier to handle global tracing correctly (breakpoints in export entry). A beam function should now be traced correctly regardless how it is called. This will also fix a SEGV crash when a hipe stub is made pointing into a traced export entry and tracing is then stopped which clears the export entry causing the hipe stub to execute beam instruction NULL. This commit assumes that hipe code never calls local beam functions, which should be the case nowadays as we only hipe compile entire modules. | |||
2014-04-29 | erts: Save some space in process struct for hipe | Sverker Eriksson | |
by combining hipe.ncallee and hipe.closure in a union as the comment indicate should be possible. | |||
2011-11-17 | hipe,erts: Allow hipe without floating point exceptions | Sverker Eriksson | |
2011-10-26 | erts-hipe: Enable debug compiled hipe-VM with lock checker | Sverker Eriksson | |
Add hipe_debug_bif_wrapper() as a wrapper for every BIF called by native code. | |||
2011-02-14 | Cleanup tags | Kostis Sagonas | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |