Displaying 4 results from an estimated 4 matches for "liana".
Did you mean:
liang
2013 Aug 22
1
[LLVMdev] VMKit
...d with VMKit. MMTk is written in
Java and VMKit is written in C++, and there are some java files and
something seems to be garbage collection in c++ sources.
Could you tell me where exactly mark and sweep algorithm takes place in
(java?) source code and how and where is it invoked in c++?
Regards,
Liana Bakradze.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130822/b6f42cc2/attachment.html>
2005 Sep 21
4
UTMP duplicated entries
...rybody!
I've been noticing some strange entries in samba/utmp. I have a lot of
00:00 timed sessions.
But the worst problem is that i found some conflicting information. Since
windows doesn't allow concurrent login sessions, I think utmp should not
have generated the following entries.
liana smb/2 192.168.0.207 Fri Sep 2 18:43 - 00:52 (06:08)
rodrigobaso smb/25 192.168.0.207 Fri Sep 2 17:11 - 18:11 (00:59)
josianealomino smb/28 192.168.0.207 Fri Sep 2 15:54 - 16:58 (01:03)
liana smb/73 192.168.0.207 Fri Sep 2 14:56 - 15:54 (00:58)
rodrigoba...
2013 Aug 08
0
[LLVMdev] ToyVM vmkit question
...rial is the only introduction in VMKit for beginners,
but I have some problems with it. For the moment I was able to build it,
but without JIT compiler.
I found the place in base code where to generate calling of jitCompute
function, but I really have no idea understand how to do it.
Best Regards, Liana.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130808/0bd40e49/attachment.html>
2007 Mar 30
10
check_box_tag not passing 0 when unchecked?
Code:
<%= check_box_tag("person[#{person.id}][is_approved]", 1, true) %>
Rendered output:
<input checked="checked" id="person[7][is_approved]"
name="person[7][is_approved]" value="1" type="checkbox">
Problem:
The value of "1" is always passed, even if the box is UNCHECKED.
Suggestions? Thanks!
--
Posted via