microptimize

This commit is contained in:
Jarred Sumner
2022-03-20 06:34:05 -07:00
parent 0b5a8057f2
commit 2509613bbe
9 changed files with 155 additions and 25 deletions

View File

@@ -480,7 +480,7 @@ pub const VirtualMachine = struct {
ref_strings: JSC.RefString.Map = undefined,
source_mappings: SavedSourceMap = undefined,
response_objects_pool: ?*Response.Pool = null,
pub inline fn eventLoop(this: *VirtualMachine) *EventLoop {
return this.event_loop;
}