freenode/#clasp - IRC Chatlog
Search
13:30:11
drmeister
So that they can be integrated seamlessly with everything else but be constantly compacted into their own small pool for good (hopefully) cache behavior.
13:33:49
Bike
drmeister: does cando compare lisp number objects with < etc. in C++? because i'm trying to delete those operators (clasp doesn't use them)
13:46:44
Bike
i deleted operator< etc from General_O, where i'm pretty certain they should not exist, but i can imagine them making sense for numbers
15:00:36
Bike
with-debug-info-generator expands into code that copies the body like... six times... wtf
15:05:18
Bike
with-rtv needs to be bound around hoist-ast. which is kind of unfortunate, i think it does llvm stuff
16:15:20
drmeister
(funcall (clasp-cleavir:cleavir-compile nil '(lambda () (block nil ((lambda () (return))))))) ?
16:34:23
Bike
note to self, multiple-vvvalue-bind fix is still not incorporated b/c of having to update sicl
17:04:51
DVSSA
drmeister: I've read through those papers you've sent me. When would you like to discuss them?
18:23:53
DVSSA
drmeister: Friday after 3pm works. What exactly are our goals for the discussion exactly?
20:00:58
drmeister
We could move them - but we can't delete them unless their calls are replaced wherever they are made.
20:04:37
Bike
there's also a couple #defines in core.h that should probably be moved to cando, or deleted if cando has moved on
20:05:21
Bike
i thought maybe i'd shared a variable between basic blocks, but the obvious case of that doesn't seem to be it