aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/utils.c
AgeCommit message (Expand)Author
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-23Merge branch 'sverk/r16/utf8-atoms'Sverker Eriksson
2013-01-16UTF-8 support for distributionRickard Green
2012-12-07Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt...Rickard Green
2012-12-07Implement true asynchronous signaling between processes and portsRickard Green
2012-12-03Generalize process table implementationRickard Green
2012-08-20Merge branch 'maint'Patrik Nyblom
2012-08-14Make get/putenv and erlexec understand UnicodePatrik Nyblom
2012-04-27Optimize process state changesRickard Green
2012-04-16Optimize process table accessRickard Green
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-22Change to more specific configure options for dtracePatrik Nyblom
2012-03-22Add user tag spreading functionality to VM and use in filePatrik Nyblom
2011-12-07erl_driver.h: Enlarge types in driver output functionsRaimo Niskanen
2011-12-02erts: Fix bug in large big/float compareSverker Eriksson
2011-11-30Merge branch 'bjorn/llvm-issues/OTP-9712'Björn Gustavsson
2011-11-28Merge branch 'lukas/erts/large_float_cmp/OTP-9497'Lukas Larsson
2011-11-28Use CMP_TMP_HEAD_SIZE for C-stackLukas Larsson
2011-11-25Fix clang linking problemBjörn Gustavsson
2011-11-16Remove remaining gcc 4.6 assigned-but-not-used warnings from ertsPatrik Nyblom
2011-11-13Merge branch 'rickard/generic-thr-queue/OTP-9632'Rickard Green
2011-11-13Merge branch 'rickard/thr-progress-block/OTP-9631'Rickard Green
2011-11-13Merge branch 'rickard/alloc-opt/OTP-7775'Rickard Green
2011-11-13Implement generic lock-free queueRickard Green
2011-11-13Replace system block with thread progress blockRickard Green
2011-11-13Optimize memory allocationRickard Green
2011-10-11Do small optimisation on platforms with 32 bit EtermLukas Larsson
2011-10-11Optimize comparison of huge floats and smaller bignumsLukas Larsson
2011-10-11Update size of tmp cmp bignum bufferLukas Larsson
2011-10-11Update heauristic to work on halfwordLukas Larsson
2011-10-11Add heauristics bignum vs float checksLukas Larsson
2011-10-11Optimise bugnum and small comparisonLukas Larsson
2011-10-11Update integer and floating point number comparisonsLukas Larsson
2011-06-14Use new atomic API in runtime systemRickard Green
2011-05-13Merge branch 'bjorn/fix-binary-overflow/OTP-9118' into devBjörn Gustavsson
2011-05-10Replace io_list_len() with erts_iolist_size()Björn Gustavsson
2011-05-04Fix bug in halfword emulator causing ets:select_delete on ordered_set to crashSverker Eriksson
2011-02-03HALFWORD ETS match spec heap fragment optimizationSverker Eriksson
2011-02-03HALFWORD ETS Real matching on relative termsSverker Eriksson
2011-02-03HALFWORD ETS relative termsSverker Eriksson
2010-12-20Remove timer-thread implementationBjörn-Egil Dahlberg
2010-12-20Refactor timer interfaceBjörn-Egil Dahlberg
2010-12-16Use 32-bit atomics for system blockRickard Green
2010-08-17erts: Remove broken elib_mallocBjörn Gustavsson
2010-07-20One off-heap list, to eliminate two words per ETS object.Sverker Eriksson
2010-06-30Fix bug that caused faulty 64-bit integers from drivers.Sverker Eriksson
2010-06-07Fix erts_bld_string_n (called by enif_make_string and erlang:decode_packet/3)...Paul Guyot
2010-06-03OTP-8555 Send message from NIFSverker Eriksson
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