mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +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)
|
||||
{
|
||||
// It would probably be more efficient to allocate
|
||||
// a contiguous block of memory for this... for now
|
||||
// this is more expedient
|
||||
// Tried using a vpbuffer for this and the benchmark
|
||||
// results were the same or worse.
|
||||
global_table = malloc_make_pair(mcvar(glo), global_table);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue