summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_fun.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-05-151-1/+1
* erts: Use C99-style flexible array for environment in ErlFunThingFrej Drejhammar2023-04-061-3/+4
* erts: Fix race in fun loadingJohn Högberg2022-12-121-3/+7
* Update copyright yearErlang/OTP2022-04-111-1/+1
* erts: Shrink ErlFunThing structureJohn Högberg2022-04-041-2/+2
* Merge branch 'maint'Rickard Green2021-12-131-1/+1
|\
| * Update copyright yearRickard Green2021-12-131-1/+1
* | erts: Optimize fun callsJohn Högberg2021-10-201-16/+54
* | erts: Refactor fun callsJohn Högberg2021-05-251-12/+15
|/
* erts: Replace `BeamInstr*` with `ErtsCodePtr` (void*)John Högberg2020-11-121-7/+11
* otp: Remove HiPE and HiPE-related accessoriesJohn Högberg2020-11-091-7/+0
* jit: Make all code read-only, dual-mapping writable pagesJohn Högberg2020-11-051-12/+12
* erts: Term decoding doesn't modify the input bufferJohn Högberg2020-09-211-1/+1
* Stop supporting decoding of old funs in the external term formatBjörn Gustavsson2019-06-141-1/+0
* erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson2017-07-171-2/+2
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* Merge branch 'maint'Rickard Green2017-02-061-1/+1
|\
| * Atomic reference count of binaries also in non-SMPRickard Green2017-02-061-1/+1
* | Merge branch 'maint'Sverker Eriksson2016-11-221-2/+2
|\ \ | |/
| * erts: Refactor crash dumping with cbprintfSverker Eriksson2016-11-171-2/+2
* | erts: Fix new fun purge strategy for hipeSverker Eriksson2016-10-261-0/+3
* | hipe,erts: Remove cached fun 'native_address'Sverker Eriksson2016-10-141-3/+0
|/
* Fix purge of codeRickard Green2016-08-291-1/+5
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* Merge branch 'maint'Björn-Egil Dahlberg2012-08-311-1/+1
|\
| * Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
* | Merge branch 'maint'Lukas Larsson2012-06-041-4/+0
|\ \ | |/
| * Remove stale code for hybrid heap and incremental GCBjörn Gustavsson2012-05-101-4/+0
* | erts: Remove unused erts_put_fun_entry2 declarationSverker Eriksson2012-02-211-2/+0
|/
* One off-heap list, to eliminate two words per ETS object.Sverker Eriksson2010-07-201-2/+2
* Merge branch 'pan/otp_8332_halfword' into devErlang/OTP2010-03-221-9/+9
|\
| * Add the BeamInstr data type for loaded BEAM codePatrik Nyblom2010-03-101-2/+2
| * Store pointers to heap data in 32-bit wordsPatrik Nyblom2010-03-101-4/+4
|/
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+92