mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Updated comment
This commit is contained in:
parent
4cb5b1db40
commit
8cf0745c62
1 changed files with 2 additions and 3 deletions
|
@ -429,9 +429,8 @@ list global_table = NULL;
|
||||||
|
|
||||||
void add_global(object * glo)
|
void add_global(object * glo)
|
||||||
{
|
{
|
||||||
// It would probably be more efficient to allocate
|
// Tried using a vpbuffer for this and the benchmark
|
||||||
// a contiguous block of memory for this... for now
|
// results were the same or worse.
|
||||||
// this is more expedient
|
|
||||||
global_table = malloc_make_pair(mcvar(glo), global_table);
|
global_table = malloc_make_pair(mcvar(glo), global_table);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue