Maxim Poliakovski 6ef0f0baae Fix CPU cycles counter to play nicely with setjmp.
setjmp clobbers non-volatile local variables. bb_start_la is such
a local variable that is used for counting of virtual CPU cycles.
To make cycles counting work after setjmp, the global variable
glob_bb_start_la is used to preserve content of bb_start_la accross
interpreter pipeline.
2020-06-03 15:21:19 +02:00
..
2020-02-03 14:36:37 +01:00
2020-03-01 14:11:26 -07:00
2020-06-01 23:12:18 +02:00