摘要: 命令行输出重定向的参数顺序问题 阅读全文
posted @ 2010-10-25 14:31 破冰 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 学习GPGPU编程为什么要理解GPU体系结构? 阅读全文
posted @ 2010-09-04 17:08 破冰 阅读(676) 评论(0) 推荐(0) 编辑
摘要: Error handling when building gcc 阅读全文
posted @ 2009-08-06 17:38 破冰 阅读(410) 评论(0) 推荐(0) 编辑
摘要: 1, LNK4098 warning may cause LNK2019 errorIt is because the debugging version of your program is being linked with some system lib without debugging information.Solution:When you are using Runtime lib... 阅读全文
posted @ 2009-05-22 11:32 破冰 阅读(140) 评论(0) 推荐(0) 编辑
摘要: Apache Harmony has a concurrent GC(Tick) which performs garbage collection without suspending application threads. Tick don’t support weak reference now, it treats all the references as strong references,which may cause inefficiency for some applications.I will add this feature, it would be different from the implementation in gen GC,since the consistency should be maintained for the objects. Read barrier of get method of reference object will be used,and performance issues will be considered. 阅读全文
posted @ 2009-03-31 14:26 破冰 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 内存模型之参考文献 阅读全文
posted @ 2009-03-16 17:00 破冰 阅读(483) 评论(0) 推荐(0) 编辑
摘要: 内存模型之白话解决方案 阅读全文
posted @ 2009-03-16 16:58 破冰 阅读(804) 评论(0) 推荐(0) 编辑
摘要: 内存模型之白话入门 阅读全文
posted @ 2009-03-16 16:01 破冰 阅读(478) 评论(0) 推荐(0) 编辑
摘要: 如果已知:N个数中有一半以上的数都等于x, 如何求出x? 阅读全文
posted @ 2009-03-05 18:06 破冰 阅读(1320) 评论(0) 推荐(0) 编辑
摘要: 学习Garbage Collection实现技术的一些资料 阅读全文
posted @ 2009-02-27 16:50 破冰 阅读(180) 评论(0) 推荐(0) 编辑