Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

CFLAGS JUST KICKED IN, YO!

Name: Anonymous 2013-01-09 14:47


             / ̄∧_∧ ̄ ̄ ̄ // ̄\\
       __ ⊂/__(´∀` )__  /_⊃___| |\フ ヽ  CFLAGS JUST KICKED
   ,  ´_  /   / ̄ ̄ __ / ̄ ヽ    __ヽ ̄ ̄ |  IN, YO!
  /∠__/―/-。―/――∠_/__∧  |       | ∧_.| 
  ,========――´=============/⌒ヽ=|.=====| | ヽ ̄〕 
  | _   |GENTOO|    _  ″  |⌒| |/   __ /|  )ノ    vroom
  )_旧_∈≡≡≡≡∋_旧_″_|| ノ丿_ -――┘ 丿      vroom!
   \ \_ノ  ̄ ̄ ̄三三三\ \_ノ    三三三三 
    三三三三三三三三三三三三三三三三三三三三三三三三
       三三三三三三三三三三三三三三三三三三三三三三三

Name: Anonymous 2013-01-09 14:49

   ____ ∧ ∧   / ̄ ̄ ̄ ̄ ̄ ̄
 ~' ____(,,゚Д゚)< OMG OPTIMIZED
   UU    U U    \______

      ∧ ∧  / ̄ ̄ ̄ ̄
    (,,゚Д゚)< VROOM VROOM
     ⊂  ⊃ \____
    ~|  |
      し`J

Name: sage 2013-01-09 15:01

sage this shit

Name: Anonymous 2013-01-09 15:06

Correct your SJIS art, please.

Name: Anonymous 2013-01-09 15:11

Name: Anonymous 2013-01-09 15:23

>>5
That image was not VIP quality.

Name: Anonymous 2013-01-09 15:51

typedef std::vector<object> objvector</object>;

Name: Anonymous 2013-01-09 17:15

>>1
When writing, profiling, and debugging code: -Wall -pedantic -march=native
When building binaries that I'll actually use: -march=native -O2

Name: Anonymous 2013-01-09 18:30

apt-get install

Name: Anonymous 2013-01-09 21:07

a0 7a 01 4d b6 67 0d ce 43 ba ae 7d 2e 70 0e 45

Name: Anonymous 2013-01-10 16:54

Bitches don't care for the extra cycles required to build my binaries with -O3

Name: Anonymous 2013-01-10 17:05

``CFAGS'' just segfaulted yo

Name: Anonymous 2013-01-10 17:13

>>12
Do you even know what a CFLAG is, Ubuntu user?

Name: Anonymous 2013-01-10 17:29

>>13
piece of shit elitist scumbag
i can install what i want on ubuntu, i just go to ubuntu app store and i install cflag or anything else with a signle click
can your shitty gentoo/crunchbang/arch do that? i think not

Name: Anonymous 2013-01-10 17:33

>>14
Back to /lounge/, L33tUK.

Name: Anonymous 2013-01-11 9:13

I'm going to put Gentoo on my Pi, I think. It needs the performance bump.

Name: Anonymous 2013-01-11 9:38

>>16
enjoy your broadcom spyware

Name: Anonymous 2013-01-11 10:23

I am squeezing every % of performance from my i7 box with 32 GBs of RAM which I use to browse internet and watch 720i videos.

Name: Anonymous 2013-01-11 10:53

>>18
You should upgrade to Wheezy already!

Name: Anonymous 2013-01-11 15:06

I use nedmalloc() because it's faster!

Name: Anonymous 2013-01-11 16:27

>>20
But is it faster than not using memory allocation at all? Seriously, if your program needs to allocate memory at runtime, then you are doing something wrong, being a memory hog, or are just plain being lazy and not calculating how much you need at design time.

Name: Anonymous 2013-01-11 16:33

>>21
If the maximum amount you'd need to allocate is 500MB, would you think it's better to set aside all that memory when you only need 500 bytes of it in the average case?

Name: Anonymous 2013-01-11 16:46

>>22
You should not need 500MB in the first place. No legitimate program needs that much memory. When dealing with such an amount of data, it should be broken up into smaller pieces and processed by instances of the program in parallel.

Name: Anonymous 2013-01-11 16:57

>>23
toy programmer

Name: Anonymous 2013-01-11 17:02

>>24
I work as an embedded programmer and my company does have a lot of contracts with toy manufactures, but I don't work on very many of those projects. Most of my work involves factory machinery.

Name: Anonymous 2013-01-11 17:02

>>23
What if you're writing a game engine and you need to handle maps of greatly varying sizes? Surely you'd read the entire thing into memory, instead of continuously reading from a disk each time you need to load a different section of the map.

Name: Anonymous 2013-01-11 17:04

>>23
back to cat-v, `please'.

Name: Anonymous 2013-01-11 17:41

>tfw no gf

Name: Anonymous 2013-01-11 19:40

>>26
continuously reading from a disk each time you need to load a different section of the map.
This is exactly what many games do that deal with large worlds. Large games often take gigabytes to install to the hard drive and you can't expect the computer to handle all of that at the same time, it's far more practical to design a system that'll partition the world and process a reasonable amount of data. This often means the player's current area and probably the immediate surrounding area.

>>23
The computing cost of loading and rendering computer gaming assets can easily exceed 500megs. Why don't you load a copy of WoW and tell me how much it's occupying.

Name: Anonymous 2013-01-11 19:45

>>29
It depends on the game, I suppose. It wouldn't really hurt much to do this with an adventure game, but consider games like Quake. The map would be split into partitions in either situation, but I'd say it's far better to malloc() store for all the data you need for the map right off, instead of performing heaps of reads at a time.

Name: Anonymous 2013-01-11 19:46

s/store/storage

Name: Anonymous 2013-01-12 0:16

Well Heil Hitler bitch!

Name: Anonymous 2013-01-12 2:15

>>32
No. Back to /newpol/

Name: Cudder !MhMRSATORI!fR8duoqGZdD/iE5 2013-01-12 6:43

/Os /O1 /Oi /Oy /MD /w

Don't change these.
Name: Email:
Entire Thread Thread List