]> gitweb.factorcode.org Git - factor.git/commit
VM: refactoring to use the TAG macro directly over the tagged struct
authorBjörn Lindqvist <bjourne@gmail.com>
Sun, 22 Nov 2015 22:07:18 +0000 (23:07 +0100)
committerBjörn Lindqvist <bjourne@gmail.com>
Sun, 22 Nov 2015 22:42:54 +0000 (23:42 +0100)
commita8aaa4288231a2395070c5b0ea4c43939bf81c63
treea7a21b4e6a28a569d4dfe06d345392179f0aa673
parent63fd4d25cfd7abf3937124fcd3a4d7db86a9e6a6
VM: refactoring to use the TAG macro directly over the tagged struct

eg. TAG(obj) is equivalent to tagged<object>(obj).type()
vm/quotations.cpp