Historial de Commits

Autor SHA1 Mensaje Fecha
  tcheukueppo fd2b81245f avoid the idea of green red yellow coloring to manage concurrent collection and opt for something simple hace 2 años
  tcheukueppo 01b1230f7a some notes on concurrency hace 2 años
  tcheukueppo 5263bd0d7a - update doc on garbage collector hace 2 años
  tcheukueppo 6612b5c33f update doc on garbage collector hace 2 años
  tcheukueppo a1f603b5b3 update questions hace 2 años
  tcheukueppo 4d3ecee06f start documenting on concurrency stuffs hace 2 años
  tcheukueppo 52bf009089 callframe: change the way to deal with temporal package variables and type II special variables hace 2 años
  tcheukueppo a62213e348 update doc on gc hace 2 años
  tcheukueppo 8a3f6a0092 New variant of the upval type-`O_VSUPVAL`, used for upvals shared across maatines. hace 2 años
  tcheukueppo 25ff1008a4 Done explaining the problems faced during GC hace 2 años
  tcheukueppo feb69b3b6a update documentation on maat gc hace 2 años
  tcheukueppo a20e1d580b describe some problems related to garbage collection hace 2 años
  tcheukueppo aac0e6697c Some docs of Maat's GC hace 2 años
  tcheukueppo 46786f3ae0 - Do not use NAN TAGGING as our present representation of values is incompatible with NAN TAGGING. hace 2 años
  tcheukueppo f017f8ed23 differentiate btw a cclass and a cclass instance hace 2 años
  tcheukueppo ce605b3816 - Update fields of Ma and GMa and comments, update some other macros and comments hace 2 años
  tcheukueppo f1227b95e0 - Define two str structs Str and U8Strfor ascii and utf-8 encoded strings respectively hace 2 años
  tcheukueppo 39a1c5d5cf - Fix type check issues. hace 2 años
  tcheukueppo 0f3b181b63 - Update comments hace 2 años
  tcheukueppo 572b565e9d - add garbage collector parameters hace 2 años
  tcheukueppo 503d8b6ede update macro names, use `ma_assert` whereever necessary and update the `Co` struct hace 2 años
  tcheukueppo 233dab5683 - Update comments hace 2 años
  tcheukueppo ffed4e1b1c - Define the Mstate, Maatine, Coroutine and Work struct hace 2 años
  tcheukueppo 8de3207118 super methods get resolved when called not all at once during class creation hace 2 años
  tcheukueppo 8c0a699039 - An Object has same type as its original value thus remove some useless macros hace 2 años
  tcheukueppo 0331cce9d8 - Update doc hace 2 años
  tcheukueppo 9c18c1db3a Define structs for namespaces and complete definition on the `Class` struct hace 2 años
  tcheukueppo 61b0e9bdcb complete definition of the class object hace 2 años
  tcheukueppo 8568e951dc we are using c3 mro, so each class has its c3 list hace 2 años
  tcheukueppo 5b2a3f0743 utils: update comments, fix bugs and add new tests for non-inherited methods hace 2 años