aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/global.h
AgeCommit message (Expand)Author
2011-05-13Merge branch 'rickard/barriers/OTP-9281' into devRickard Green
2011-05-13Use 32-bit atomic for port snapshotRickard Green
2011-05-13Remove pointless erts_ports_alive variableRickard Green
2011-05-13Merge branch 'bjorn/fix-warnings/OTP-9250' into devBjörn Gustavsson
2011-05-11erl_trace: Eliminate alias warningBjörn Gustavsson
2011-05-10Replace io_list_len() with erts_iolist_size()Björn Gustavsson
2011-03-16erts_printf %be to print integers of size EtermSverker Eriksson
2011-03-11Merge branch 'bjorn/binary-overflow/OTP-9117' into devBjörn Gustavsson
2011-03-10Merge branch 'pg/fix-hibernate-with-hipe' into devSverker Eriksson
2011-03-09Fix 18 exabyte memory allocation failureBjörn Gustavsson
2011-02-03HALFWORD ETS Further match spec optimization to minimize copying and garbageSverker Eriksson
2011-02-03HALFWORD ETS Real matching on relative termsSverker Eriksson
2011-02-03HALFWORD ETS relative termsSverker Eriksson
2011-01-29Fix several bugs related to hibernate/3 and HiPEPaul Guyot
2010-12-20Refactor timer interfaceBjörn-Egil Dahlberg
2010-12-16Use 32-bit atomics for misc scheduling specific informationRickard Green
2010-12-15Use new atomic types in emulatorRickard Green
2010-11-30Teach spawn_executable about UnicodePatrik Nyblom
2010-11-30Convert filenames read on MacOSX to canonical formPatrik Nyblom
2010-11-22ETS 'compressed' option.Sverker Eriksson
2010-11-18Move cpu topology functionality into erl_cpu_topology.[ch]Rickard Green
2010-08-17erts: Remove stray pre-ISO-C compatibility macrosBjörn Gustavsson
2010-07-22Mending halfword heap emulatorSverker Eriksson
2010-07-20One off-heap list, to eliminate two words per ETS object.Sverker Eriksson
2010-06-03Teach call time trace patterns to include bifsBjörn-Egil Dahlberg
2010-06-03Teach call_time trace to use intruction pointersBjörn-Egil Dahlberg
2010-06-03Add return_time trace and PSD deletionsBjörn-Egil Dahlberg
2010-06-03Call time breakpoint tracing frameworkBjörn-Egil Dahlberg
2010-06-03OTP-8555 Send message from NIFSverker Eriksson
2010-06-01OTP-8612 Fix potential premature destruction of port locksRickard Green
2010-06-01Remove stray SAE supportBjörn Gustavsson
2010-05-17Add guard BIFs binary_part/2,3Patrik Nyblom
2010-05-17Count reductions for process even when not trappingPatrik Nyblom
2010-05-17Teach BIF's binary:match/matches interrupting/restartingPatrik Nyblom
2010-04-28OTP-8474 NIF improvements after R13B04Sverker Eriksson
2010-03-10Add the BeamInstr data type for loaded BEAM codePatrik Nyblom
2010-03-10Fix the BEAM dissambler for the half-word emulatorPatrik Nyblom
2010-03-10Store pointers to heap data in 32-bit wordsPatrik Nyblom
2010-03-10Fit all heap data into the 32-bit address rangePatrik Nyblom
2010-02-11OTP-8335 Even more NIF featuresSverker Eriksson
2010-02-08OTP-8412 Fixed numerous compiler warnings generated by gcc 4.4.1 andRickard Green
2010-01-13OTP-8240 Improved GC performance after BIF/NIF call when a lot of heapSverker Eriksson
2009-12-09OTP-8304 Incompatible changes in the experimental NIF feature. Changed theSverker Eriksson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP