MCPcopy Create free account
hub / github.com/ReadyTalk/avian / incrementAvailableGeneralRegisterCount

Function incrementAvailableGeneralRegisterCount

src/codegen/compiler/resource.cpp:34–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void incrementAvailableGeneralRegisterCount(Context* c)
35{
36 ++c->availableGeneralRegisterCount;
37
38 if (DebugResources) {
39 fprintf(
40 stderr, "%d registers available\n", c->availableGeneralRegisterCount);
41 }
42}
43
44void freezeResource(Context* c, Resource* r, Value* v)
45{

Callers 2

thawMethod · 0.85
decrementMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected