Ubuntu biss
看了一天 linux,好累啊
/*
* Pin init on the boot CPU. Task migration is not properly working
* until sched_init_smp() has been run. It will set the allowed
* CPUs for init to the non isolated CPUs.
*/
set_cpus_allowed_ptr(tsk, cpumask_of(smp_processor_id()));
#ifdef CONFIG_SMP
set_cpus_allowed_common(idle, cpumask_of(cpu), 0);
#endif
我翻来覆去的看,才从字缝里看出字来,原来 LLVM IR 早就换成了 C 语言源码
https://github.com/nodejs/llparse/commit/4b6ddc834ff1289eebc8281bcc5ec8beb0622d98
莉特雅 literal
写代码业余爱好者 amateur coder