aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/stdlib/ebin/gen_fsm.beam
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2018-01-17 16:01:28 +0100
committerBjörn Gustavsson <[email protected]>2018-01-19 09:52:29 +0100
commitc2a9915a451a3c6ad618f55a2871a43403333b7f (patch)
treee24292cd098b1216497252ae45d192a310bc9bd8 /bootstrap/lib/stdlib/ebin/gen_fsm.beam
parentdb58a0c04ca183de5e5436e0ae97e3f109a458fe (diff)
downloadotp-c2a9915a451a3c6ad618f55a2871a43403333b7f.tar.gz
otp-c2a9915a451a3c6ad618f55a2871a43403333b7f.tar.bz2
otp-c2a9915a451a3c6ad618f55a2871a43403333b7f.zip
Optimize matching of an 'utf8' segment in the binary syntax
Matching out an 8-bit integer is faster than matching out an utf8-encoded code point, even if the value of the code point is less than 128. The reason is that matching out an 8-bit integer is specially optimized to avoid a function call. Do a similar optimization for matching out an utf8 segment.
Diffstat (limited to 'bootstrap/lib/stdlib/ebin/gen_fsm.beam')
0 files changed, 0 insertions, 0 deletions