aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/export.c
AgeCommit message (Expand)Author
2017-10-01Refactor macros for accessing Beam instructionsBjörn Gustavsson
2017-07-17erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson
2017-07-17erts: Remove ERTS_SMP and USE_THREAD definesLukas Larsson
2017-07-06Allow toggling lock counting at runtimeJohn Högberg
2017-05-04Update copyright yearRaimo Niskanen
2017-04-04erts: Refactor ErtsCodeInfo.nativeSverker Eriksson
2017-01-16Merge branch 'maint'Sverker Eriksson
2017-01-12Merge branch 'sverker/make-export-fun-race/OTP-14144' into maint-19Erlang/OTP
2017-01-12erts: Fix race bug between export fun creation and code loadingSverker Eriksson
2016-11-22Merge branch 'maint'Sverker Eriksson
2016-11-17erts: Refactor crash dumping with cbprintfSverker Eriksson
2016-10-14Merge branch 'master' into sverker/hipe-code-loadnpurgeSverker Eriksson
2016-10-12erts: Refactor rename Export.code[] to Export.beam[]Sverker Eriksson
2016-10-12erts: Refactor out func_info into structLukas Larsson
2016-10-10erts: Improve hipe load/upgrade/purge machinerySverker Eriksson
2016-05-26erts: Add some more use of ErtsContainerStructSverker Eriksson
2016-05-26erts: Improve some bad hash functionsSverker Eriksson
2016-03-15update copyright-yearHenrik Nord
2015-12-15erts: Refactor out erts functions from hashLukas Larsson
2015-06-18Change license text to APLv2Bruce Yinhe
2013-01-25Merge branch 'pan/fix-compiler-warnings-clang-and-new-gcc'Patrik Nyblom
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-23Fix compiler warnings from GCC 4.7.1 on ARCH LinuxPatrik Nyblom
2012-06-25Don't go to single-scheduler mode when managing breakpointsBjörn Gustavsson
2012-02-21erts: Refactor export staging lockSverker Eriksson
2012-02-21erts: Cleanup non-blocking loadSverker Eriksson
2012-02-21erts: Refactor more renaming as "staging"Sverker Eriksson
2012-02-21erts: Fix memory reports from export tableSverker Eriksson
2012-02-21erts: Cleanup code loadingSverker Eriksson
2012-02-21erts: Rename "loader" code_ix as "staging" code_ixSverker Eriksson
2012-02-21erts: Remove secondary_export_tableSverker Eriksson
2012-02-21erts: Refactor export entry allocationSverker Eriksson
2012-02-21erts: Cleanup in export.cSverker Eriksson
2012-02-21erts: Call erts_export_consolidate automaticallySverker Eriksson
2012-02-21erts: Add abort logic to export tablesSverker Eriksson
2012-02-21erts: Multiple module tables using code_ixSverker Eriksson
2012-02-21erts: Use several addresses in each ExportSverker Eriksson
2012-02-21erts: Multiple export tab's using code_ixSverker Eriksson
2012-02-21erts: First refactor step of export tableSverker Eriksson
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-11-13Replace system block with thread progress blockRickard Green
2010-09-08Re-enable spin wait on ethreads rwlocksRickard Green
2010-08-10Rewrite ethread libraryRickard Green
2010-03-22Merge branch 'pan/otp_8332_halfword' into devErlang/OTP
2010-03-10Add the BeamInstr data type for loaded BEAM codePatrik Nyblom
2010-03-10Store pointers to heap data in 32-bit wordsPatrik Nyblom
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP