I fell like no matter what else I'll do in life, I'll go to hell just for that last line.pic.twitter.com/qDuTYPUFIm
Neurodiverse trans geek girl. Yosys, RISC-V, SAT/SMT.
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
Add this Tweet to your website by copying the code below. Learn more
Add this video to your website by copying the code below. Learn more
By embedding Twitter content in your website or app, you are agreeing to the Twitter Developer Agreement and Developer Policy.
| Country | Code | For customers of |
|---|---|---|
| United States | 40404 | (any) |
| Canada | 21212 | (any) |
| United Kingdom | 86444 | Vodafone, Orange, 3, O2 |
| Brazil | 40404 | Nextel, TIM |
| Haiti | 40404 | Digicel, Voila |
| Ireland | 51210 | Vodafone, O2 |
| India | 53000 | Bharti Airtel, Videocon, Reliance |
| Indonesia | 89887 | AXIS, 3, Telkomsel, Indosat, XL Axiata |
| Italy | 4880804 | Wind |
| 3424486444 | Vodafone | |
| » See SMS short codes for other countries | ||
This timeline is where you’ll spend most of your time, getting instant updates about what matters to you.
Hover over the profile pic and click the Following button to unfollow any account.
When you see a Tweet you love, tap the heart — it lets the person who wrote it know you shared the love.
The fastest way to share someone else’s Tweet with your followers is with a Retweet. Tap the icon to send it instantly.
Add your thoughts about any Tweet with a Reply. Find a topic you’re passionate about, and jump right in.
Get instant insight into what people are talking about now.
Follow more accounts to get instant updates about topics you care about.
See the latest conversations about any topic instantly.
Catch up instantly on the best stories happening as they unfold.
I fell like no matter what else I'll do in life, I'll go to hell just for that last line.pic.twitter.com/qDuTYPUFIm
Just make sure that your optimizing compiler will not consider it as undefined behavior and make "wonders" for you.
Personally I would use inline assembly and set the Program Counter to 0. Explicitly, better readability compiler will not optimize it out.
Would still need a linker symbol for addr 0 tho: I'm pretty sure writing to a null pointer is also UB and might be optimized away as well.
UB is a C thing, the linker should(tm) only rip out stuff that's not used
Yes. I know. That's why I said I need a linker symbol for addr 0: So that the compiler does not treat it is a null pointer.pic.twitter.com/tVOJa3T9Ht
What did you think I meant when I said that I need a linker symbol for addr 0 because writing to a null pointer is UB?
you replied to the inline asm comment, inline asm is off limits for the compiler, so I thought you were talking about linker doing things
Ah, okay. What I meant was that putting the function call in inline asm isn't sufficient because the write to *dst_ptr is also UB when >>
>> the compiler can see that it's a null pointer. Therefore I must hide the address in a linker symbol so compiler doesn't know it's null.
true, I missed that. volatile global variable would also work
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.