aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam
AgeCommit message (Expand)Author
2019-03-19Optimize map updating instructionsBjörn Gustavsson
2019-03-19Optimize funs converted to literalsBjörn Gustavsson
2019-03-19Combine move and init to move_shiftBjörn Gustavsson
2019-03-19Remove the move_dup instructionBjörn Gustavsson
2019-03-19Optimize some common uses of '+' and '-'Björn Gustavsson
2019-03-19Extend move_shift to accept a literal Src operandBjörn Gustavsson
2019-03-19Tune the move_jump instructionBjörn Gustavsson
2019-03-19Eliminate i_length_setup with a literal list operandBjörn Gustavsson
2019-03-19Replace swap_temp with swap more aggressivelyBjörn Gustavsson
2019-03-19Add another move_shift variationBjörn Gustavsson
2019-03-19Combine move with trimBjörn Gustavsson
2019-03-19Refactor put_list instructions for readabilityBjörn Gustavsson
2019-03-19Combine is_tuple with is_tagged_tupleBjörn Gustavsson
2019-03-19beam_load.c: Introduce the GENOP_NAME_ARITY() macroBjörn Gustavsson
2019-03-19beam_debug: Stop disassembling after call_nifBjörn Gustavsson
2019-03-19beam_debug: Properly disassemble i_bs_match_string_yfWWBjörn Gustavsson
2019-03-15Merge branch 'sverker/ets-select-fixation-owner-change-bug/OTP-15672'Sverker Eriksson
2019-03-15erts: Fix bug for yielding ets:replaceSverker Eriksson
2019-03-15Merge branch 'sverker/ets-select-fixation-owner-change-bug/OTP-15672'Sverker Eriksson
2019-03-13Merge pull request #2177 from bjorng/bjorn/erts/tail-recursive-bifsBjörn Gustavsson
2019-03-11erts: Fix ets:select table fixation leak at owner changeSverker Eriksson
2019-03-11erts: Refactor common things into traverse_context_tSverker Eriksson
2019-03-09Optimize tail-recursive calls of BIFsBjörn Gustavsson
2019-03-09Merge pull request #2176 from josevalim/jv-beam-load-messageBjörn Gustavsson
2019-03-08Merge pull request #2175 from jhogberg/john/erts/enif_term_type/OTP-15640John Högberg
2019-03-08Clarify beam_load error message on file/module mismatchJosé Valim
2019-03-08Merge branch 'sverker/master/ets-no-mbuf-trapping/OTP-15660'Sverker Eriksson
2019-03-08Merge pull request #2174 from bjorng/bjorn/tune-beam-2Björn Gustavsson
2019-03-07Merge branch 'sverker/maint/ets-no-mbuf-trapping/OTP-15660'Sverker Eriksson
2019-03-07Merge branch 'sverker/ets-no-mbuf-trapping/OTP-15660'Sverker Eriksson
2019-03-07erts: Remove ets traversal yielding if heap fragmentSverker Eriksson
2019-03-07Slightly optimize binary constructionBjörn Gustavsson
2019-03-07erts: Add enif_term_typeJohn Högberg
2019-03-06Merge branch 'rickard/send-bump-reds/ERL-773/OTP-15513'Rickard Green
2019-03-06Slightly optimize is_eq and is_neBjörn Gustavsson
2019-03-06Optimize the '*' operator when multiplying two small integersBjörn Gustavsson
2019-03-06Optimize multiplication in binary matching instructionsBjörn Gustavsson
2019-03-06sys.h: Check for overflow checking aritmethic builtinsBjörn Gustavsson
2019-03-06Eliminate unused i_bs_skip_bits_all2 instructionBjörn Gustavsson
2019-03-06Optimize field size calculation on a 64-bit architectureBjörn Gustavsson
2019-03-06Reduce code size for binary matching instructionsBjörn Gustavsson
2019-03-06Deoptimize obsoleted binary matching instructionsBjörn Gustavsson
2019-03-06Reclassify get_tuple_element with a Y destination as hotBjörn Gustavsson
2019-03-06Remove optimization that has become a pessimizationBjörn Gustavsson
2019-03-06Introduce move_window2 and remove move2_par_xyxyBjörn Gustavsson
2019-03-06Optimize hd/1 and tl/1 in guardsBjörn Gustavsson
2019-03-06bif_instrs.tab: Don't hardcode length of instructionsBjörn Gustavsson
2019-03-06beam_emu.c: Rename the confusing macro GetR() to GetSource()Björn Gustavsson
2019-03-04Merge branch 'maint'Siri Hansen
2019-03-04Merge branch 'siri/logger/os-timestamp/OTP-15625' into maintSiri Hansen