mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:07:43 +00:00
LibJS: Work-in-progress JIT compiler :^)
This commit is contained in:
parent
f52e4fa5c2
commit
babdc0a25b
11 changed files with 634 additions and 4 deletions
11
Userland/Libraries/LibJS/JIT/Assembler.cpp
Normal file
11
Userland/Libraries/LibJS/JIT/Assembler.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
* Copyright (c) 2023, Andreas Kling <kling@serenityos.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <LibJS/JIT/Assembler.h>
|
||||
|
||||
namespace JS::JIT {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue