]> git.kaiwu.me - njs.git/commit
Logical "or" and "and" operations should store result in a
authorIgor Sysoev <igor@sysoev.ru>
Tue, 3 Jan 2017 16:38:17 +0000 (19:38 +0300)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 3 Jan 2017 16:38:17 +0000 (19:38 +0300)
commit23d5c23badc723ccb5f80ae4a66b1a9062768475
tree900f78aa08267987bb5339065fa0a82b72bc33d2
parent7d0be2a0a7db175dc9768585091aa9181a707120
Logical "or" and "and" operations should store result in a
temporary destination because they are actually branch operations.
njs/njs_generator.c
njs/test/njs_unit_test.c