Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-15 | update copyright-year | Henrik Nord | |
2015-11-27 | hipe: test unit size match in bs_append | Magnus Lång | |
This feature was previously missing and expressions such as <<<<1:1>>/binary>> would succeed construction when compiled with HiPE. A primop is_divisible is introduced to handle the case when the unit size is not a power of two. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-04-20 | erts,hipe: Fix bug in binary matching of writable binary | Sverker Eriksson | |
Seen symptom: Hipe compiled code with <<C/utf8, ...>> = Bin does sometimes not match even though Bin contains a valid utf8 character. There might be other possible binary matching symptoms, as the problem is not utf8 specific. Problem: A writable binary was not "emasculated" when the matching started (as it should) by the hipe compiled code. Fix: Add a new primop emasculate_binary(Bin) that is called when a matchstate is created. ToDo: There are probably room for optimization. For example only call emasculate_binary if ProcBin.flags is set. | |||
2012-02-09 | hipe,erts: Debug support for native call trace | Sverker Eriksson | |
2011-11-17 | hipe,erts: Allow hipe without floating point exceptions | Sverker Eriksson | |
2011-02-14 | Cleanup tags | Kostis Sagonas | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |