Andreas Kling
0aa8cb7dac
LibJS/Bytecode: Display local variable names in bytecode dumps
...
Instead of displaying locals as "locN", we now show them as "name~N".
This makes it a lot easier to follow bytecode dumps, especially in
longer functions.
Note that we keep displaying the local index, to avoid confusion in case
there are multiple separate locals with the same name in one executable.
2024-06-14 16:08:02 +02:00
..
2024-06-02 16:34:08 +02:00
2024-05-07 09:15:40 +02:00
2024-06-01 09:39:50 +02:00
2023-11-17 19:06:25 +01:00
2024-05-10 15:03:24 +00:00
2023-02-17 09:14:23 -05:00
2023-02-17 09:14:23 -05:00
2024-05-23 09:53:31 +02:00
2024-05-13 09:22:14 +02:00
2024-06-14 16:08:02 +02:00
2024-06-14 16:08:02 +02:00
2024-06-14 16:08:02 +02:00
2024-05-07 09:15:40 +02:00
2024-05-07 09:15:40 +02:00
2024-05-13 19:54:11 +02:00
2024-05-20 12:51:56 +02:00
2024-06-14 16:08:02 +02:00
2024-05-18 18:11:10 +02:00
2024-05-07 09:15:40 +02:00
2024-05-07 09:15:40 +02:00
2024-06-01 09:39:50 +02:00
2024-05-13 19:54:11 +02:00
2023-07-13 13:30:49 +02:00
2023-12-17 18:25:10 +03:30
2023-11-03 20:27:45 +01:00
2024-06-01 09:39:50 +02:00
2024-06-02 16:34:08 +02:00
2023-12-17 18:25:10 +03:30
2024-05-10 15:03:24 +00:00