Theoistic / lolcode-dot-net

Automatically exported from code.google.com/p/lolcode-dot-net
0 stars 0 forks source link

Alter how dictionaries are fetched #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The stdlol library, and the compiler code that references it, needs to be
modified to be more consistent about fetching dictionaries. There needs to
be a seperate method for fetching them from a local and from another
dictionary. In either case, it has to be able to update the local it's
fetching from if it cast the fetched value to a dictionary or created a new
one, so that array assignments work properly. This is currently done with a
rather hackish scheme, which causes a lot of Stloc operations when they're
not required.

Original issue reported on code.google.com by arachnid...@gmail.com on 3 Jun 2007 at 12:18

GoogleCodeExporter commented 9 years ago

Original comment by arachnid...@gmail.com on 3 Jun 2007 at 12:23

GoogleCodeExporter commented 9 years ago
Resolved.

Original comment by arachnid...@gmail.com on 3 Jun 2007 at 3:46